projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cb515e
)
gdkseat: remove return from gdk_seat_ungrab
author
Alberts Muktupāvels
<alberts.muktupavels@gmail.com>
Tue, 12 Jan 2016 07:51:26 +0000
(09:51 +0200)
committer
Alberts Muktupāvels
<alberts.muktupavels@gmail.com>
Tue, 12 Jan 2016 16:49:40 +0000
(18:49 +0200)
gdk/gdkseat.c
patch
|
blob
|
history
diff --git
a/gdk/gdkseat.c
b/gdk/gdkseat.c
index 8b5d42a01a67d8d9a1df56bf8625f51709204994..ec2bdac84c5abf93bf4c4f306ae38b127080d7af 100644
(file)
--- a/
gdk/gdkseat.c
+++ b/
gdk/gdkseat.c
@@
-281,7
+281,7
@@
gdk_seat_ungrab (GdkSeat *seat)
g_return_if_fail (GDK_IS_SEAT (seat));
seat_class = GDK_SEAT_GET_CLASS (seat);
-
return
seat_class->ungrab (seat);
+ seat_class->ungrab (seat);
}
/**